Release 10.1A: OpenEdge Deployment:
Managing 4GL Applications


Using the customized UNIX executable

To use the new executable, you must replace the default executable and set appropriate permissions.

To replace your default client executable:

  1. Backup the original Progress 4GL client executable. For example:
  2. proenv> cp $DLC/bin/_progres $DLC/bin/_progres.orig 
    

    Caution: Do not skip this step.

  3. Replace the original Progress 4GL client executable with a copy of your customized executable. For example, assuming the default setting of IMAGE:
  4. proenv> cp $DLC/oebuild/_progres $DLC/bin/_progres 
    

  5. Change permissions on the newly created executable to include the Set UID bit. For example:
  6. proenv> chmod u+s $DLC/bin/_progres 
    


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095